type reflect.uncommonType
7 uses
reflect (current package)
type.go#L222: uncommon() *uncommonType
type.go#L280: type uncommonType = abi.UncommonType
type.go#L2118: u uncommonType
type.go#L2387: var ut *uncommonType
type.go#L2401: {Name: "U", Type: TypeOf(uncommonType{})},
type.go#L2406: ut = (*uncommonType)(tt.Elem().Field(1).Addr().UnsafePointer())
type.go#L2416: ut.Moff = uint32(unsafe.Sizeof(uncommonType{}))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |